Html Css Color HEX #35072A Blackberry

📋 copy color: '#35072A'

red 53 ◦ green 7 ◦ blue 42

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

Shades of Blackberry #35072A

Tints of Blackberry #35072A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.86%

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

R = 51.96%
G = 6.86%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.79

RGB Variations

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

Color information

#35072A (or 0x35072A) is known color: Blackberry. HEX triplet: 35, 07 and 2A. RGB value is (53,7,42). Sum of RGB (Red+Green+Blue) = 53+7+42=102 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.96% from 102); Green value is 7 (3.12% from 255 or 6.86% from 102); Blue value is 42 (16.80% from 255 or 41.18% from 102); Max value from RGB is 53 - color contains mainly: red. Hex color #35072A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35072A is #CAF8D5. Grayscale: #181818. Windows color (decimal): -13301974 or 2754357. OLE color: 2754357.

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

Color convert

RGB 53 7 42 -
CMYK 0 0.87 0.21 0.79
HSL 314.35º 0.77% 0.12% -
HSV(B) 314.35º 0.87% 0.21% -
XYZ 1.96 1.08 2.29 -
YUV 24.74 137.74 148.15 -
System Red Green Blue C M Y K H S L
Decimal 53 7 42 0 0.87 0.21 0.79 314.35 0.77 0.12
Hex 35 7 2A 0 57 15 4F 13A 4D C
Octal 65 7 52 0 127 25 117 472 115 14
Binary 110101 111 101010 0 1010111 10101 1001111 100111010 1001101 1100

Color Harmonies of #35072A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35072A

Black with #35072A

Text Example


Text Example

White with #35072A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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