Html Css Color HEX #35002A Blackberry

📋 copy color: '#35002A'

red 53 ◦ green 0 ◦ blue 42

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

Shades of Blackberry #35002A

Tints of Blackberry #35002A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 42 (16.8% from 255) = 44.21%

R = 55.79%
G = 0%
B = 44.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.79

RGB Variations

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

Color information

#35002A (or 0x35002A) is known color: Blackberry. HEX triplet: 35, 00 and 2A. RGB value is (53,0,42). Sum of RGB (Red+Green+Blue) = 53+0+42=95 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.79% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 42 (16.80% from 255 or 44.21% from 95); Max value from RGB is 53 - color contains mainly: red. Hex color #35002A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35002A is #CAFFD5. Grayscale: #141414. Windows color (decimal): -13303766 or 2752565. OLE color: 2752565.

HSL color Cylindrical-coordinate representation of color #35002A: hue angle of 312.45º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #35002A is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 0 42 -
CMYK 0 1 0.21 0.79
HSL 312.45º 1% 0.1% -
HSV(B) 312.45º 1% 0.21% -
XYZ 1.89 0.92 2.27 -
YUV 20.64 140.06 151.08 -
System Red Green Blue C M Y K H S L
Decimal 53 0 42 0 1 0.21 0.79 312.45 1 0.1
Hex 35 0 2A 0 64 15 4F 138 64 A
Octal 65 0 52 0 144 25 117 470 144 12
Binary 110101 0 101010 0 1100100 10101 1001111 100111000 1100100 1010

Color Harmonies of #35002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35002A

Black with #35002A

Text Example


Text Example

White with #35002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35002A; }

 p { color: rgb(53,0,42); }

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

background-color css

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

 a { background-color: rgb(53,0,42); }

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

border-color css

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

 span { border-color: rgb(53,0,42); }

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