Html Css Color HEX #35081B Blackberry

📋 copy color: '#35081B'

red 53 ◦ green 8 ◦ blue 27

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

Shades of Blackberry #35081B

Tints of Blackberry #35081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.09%

 BLUE value IS 27 (10.94% from 255) = 30.68%

R = 60.23%
G = 9.09%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.79

RGB Variations

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

Color information

#35081B (or 0x35081B) is known color: Blackberry. HEX triplet: 35, 08 and 1B. RGB value is (53,8,27). Sum of RGB (Red+Green+Blue) = 53+8+27=88 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.23% from 88); Green value is 8 (3.52% from 255 or 9.09% from 88); Blue value is 27 (10.94% from 255 or 30.68% from 88); Max value from RGB is 53 - color contains mainly: red. Hex color #35081B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35081B is #CAF7E4. Grayscale: #171717. Windows color (decimal): -13301733 or 1771573. OLE color: 1771573.

HSL color Cylindrical-coordinate representation of color #35081B: hue angle of 334.67º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #35081B is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 8 27 -
CMYK 0 0.85 0.49 0.79
HSL 334.67º 0.74% 0.12% -
HSV(B) 334.67º 0.85% 0.21% -
XYZ 1.75 1.01 1.14 -
YUV 23.62 129.91 148.96 -
System Red Green Blue C M Y K H S L
Decimal 53 8 27 0 0.85 0.49 0.79 334.67 0.74 0.12
Hex 35 8 1B 0 55 31 4F 14F 4A C
Octal 65 10 33 0 125 61 117 517 112 14
Binary 110101 1000 11011 0 1010101 110001 1001111 101001111 1001010 1100

Color Harmonies of #35081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35081B

Black with #35081B

Text Example


Text Example

White with #35081B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35081B; }

 p { color: rgb(53,8,27); }

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

background-color css

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

 a { background-color: rgb(53,8,27); }

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

border-color css

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

 span { border-color: rgb(53,8,27); }

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