Html Css Color HEX #351826 Blackberry

📋 copy color: '#351826'

red 53 ◦ green 24 ◦ blue 38

#351826
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #351826

Tints of Blackberry #351826

RGB

 RED value IS 53 (21.09% from 255) = 46.09%

 GREEN value IS 24 (9.77% from 255) = 20.87%

 BLUE value IS 38 (15.23% from 255) = 33.04%

R = 46.09%
G = 20.87%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.79

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#351826 (or 0x351826) is known color: Blackberry. HEX triplet: 35, 18 and 26. RGB value is (53,24,38). Sum of RGB (Red+Green+Blue) = 53+24+38=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 38 (15.23% from 255 or 33.04% from 115); Max value from RGB is 53 - color contains mainly: red. Hex color #351826 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351826 is #CAE7D9. Grayscale: #222222. Windows color (decimal): -13297626 or 2496565. OLE color: 2496565.

HSL color Cylindrical-coordinate representation of color #351826: hue angle of 331.03º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #351826 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 24 38 -
CMYK 0 0.55 0.28 0.79
HSL 331.03º 0.38% 0.15% -
HSV(B) 331.03º 0.55% 0.21% -
XYZ 2.14 1.55 2.02 -
YUV 34.27 130.11 141.36 -
System Red Green Blue C M Y K H S L
Decimal 53 24 38 0 0.55 0.28 0.79 331.03 0.38 0.15
Hex 35 18 26 0 37 1C 4F 14B 26 F
Octal 65 30 46 0 67 34 117 513 46 17
Binary 110101 11000 100110 0 110111 11100 1001111 101001011 100110 1111

Color Harmonies of #351826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351826

Black with #351826

Text Example


Text Example

White with #351826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351826; }

 p { color: rgb(53,24,38); }

 H1.HeaderClassName
 {
   color: #351826;
 }
 .AnyTagClassName
 {
   color: #351826;
 }
</style>

background-color css

<style>
 a { background-color: #351826; }

 a { background-color: rgb(53,24,38); }

 div.DivClassName
 {
   background-color: #351826;
 }
 .BgClassName
 {
   background-color: #351826;
 }
</style>

border-color css

<style>
 span { border-color: #351826; }

 span { border-color: rgb(53,24,38); }

 td.TdClassName
 {
   border-color: #351826;
 }
 .TagClassName
 {
   border-color: #351826;
 }
</style>