Html Css Color HEX #35062B Blackberry

📋 copy color: '#35062B'

red 53 ◦ green 6 ◦ blue 43

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

Shades of Blackberry #35062B

Tints of Blackberry #35062B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.88%

 BLUE value IS 43 (17.19% from 255) = 42.16%

R = 51.96%
G = 5.88%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.79

RGB Variations

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

Color information

#35062B (or 0x35062B) is known color: Blackberry. HEX triplet: 35, 06 and 2B. RGB value is (53,6,43). Sum of RGB (Red+Green+Blue) = 53+6+43=102 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.96% from 102); Green value is 6 (2.73% from 255 or 5.88% from 102); Blue value is 43 (17.19% from 255 or 42.16% from 102); Max value from RGB is 53 - color contains mainly: red. Hex color #35062B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35062B is #CAF9D4. Grayscale: #181818. Windows color (decimal): -13302229 or 2819637. OLE color: 2819637.

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

Color convert

RGB 53 6 43 -
CMYK 0 0.89 0.19 0.79
HSL 312.77º 0.8% 0.12% -
HSV(B) 312.77º 0.89% 0.21% -
XYZ 1.97 1.06 2.39 -
YUV 24.27 138.57 148.49 -
System Red Green Blue C M Y K H S L
Decimal 53 6 43 0 0.89 0.19 0.79 312.77 0.8 0.12
Hex 35 6 2B 0 59 13 4F 139 50 C
Octal 65 6 53 0 131 23 117 471 120 14
Binary 110101 110 101011 0 1011001 10011 1001111 100111001 1010000 1100

Color Harmonies of #35062B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35062B

Black with #35062B

Text Example


Text Example

White with #35062B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,6,43); }

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

background-color css

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

 a { background-color: rgb(53,6,43); }

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

border-color css

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

 span { border-color: rgb(53,6,43); }

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