Html Css Color HEX #35021C Blackberry

📋 copy color: '#35021C'

red 53 ◦ green 2 ◦ blue 28

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

Shades of Blackberry #35021C

Tints of Blackberry #35021C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.41%

 BLUE value IS 28 (11.33% from 255) = 33.73%

R = 63.86%
G = 2.41%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.79

RGB Variations

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

Color information

#35021C (or 0x35021C) is known color: Blackberry. HEX triplet: 35, 02 and 1C. RGB value is (53,2,28). Sum of RGB (Red+Green+Blue) = 53+2+28=83 (10% of max value = 765). Red value is 53 (21.09% from 255 or 63.86% from 83); Green value is 2 (1.17% from 255 or 2.41% from 83); Blue value is 28 (11.33% from 255 or 33.73% from 83); Max value from RGB is 53 - color contains mainly: red. Hex color #35021C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35021C is #CAFDE3. Grayscale: #141414. Windows color (decimal): -13303268 or 1835573. OLE color: 1835573.

HSL color Cylindrical-coordinate representation of color #35021C: hue angle of 329.41º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #35021C is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 2 28 -
CMYK 0 0.96 0.47 0.79
HSL 329.41º 0.93% 0.11% -
HSV(B) 329.41º 0.96% 0.21% -
XYZ 1.7 0.88 1.18 -
YUV 20.21 132.4 151.39 -
System Red Green Blue C M Y K H S L
Decimal 53 2 28 0 0.96 0.47 0.79 329.41 0.93 0.11
Hex 35 2 1C 0 60 2F 4F 149 5D B
Octal 65 2 34 0 140 57 117 511 135 13
Binary 110101 10 11100 0 1100000 101111 1001111 101001001 1011101 1011

Color Harmonies of #35021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35021C

Black with #35021C

Text Example


Text Example

White with #35021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35021C; }

 p { color: rgb(53,2,28); }

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

background-color css

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

 a { background-color: rgb(53,2,28); }

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

border-color css

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

 span { border-color: rgb(53,2,28); }

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