Html Css Color HEX #35082B Blackberry

📋 copy color: '#35082B'

red 53 ◦ green 8 ◦ blue 43

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

Shades of Blackberry #35082B

Tints of Blackberry #35082B

RGB

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

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

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

R = 50.96%
G = 7.69%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.79

RGB Variations

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

Color information

#35082B (or 0x35082B) is known color: Blackberry. HEX triplet: 35, 08 and 2B. RGB value is (53,8,43). Sum of RGB (Red+Green+Blue) = 53+8+43=104 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.96% from 104); Green value is 8 (3.52% from 255 or 7.69% from 104); Blue value is 43 (17.19% from 255 or 41.35% from 104); Max value from RGB is 53 - color contains mainly: red. Hex color #35082B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35082B is #CAF7D4. Grayscale: #191919. Windows color (decimal): -13301717 or 2820149. OLE color: 2820149.

HSL color Cylindrical-coordinate representation of color #35082B: hue angle of 313.33º 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 #35082B is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 8 43 -
CMYK 0 0.85 0.19 0.79
HSL 313.33º 0.74% 0.12% -
HSV(B) 313.33º 0.85% 0.21% -
XYZ 1.99 1.1 2.39 -
YUV 25.45 137.91 147.65 -
System Red Green Blue C M Y K H S L
Decimal 53 8 43 0 0.85 0.19 0.79 313.33 0.74 0.12
Hex 35 8 2B 0 55 13 4F 139 4A C
Octal 65 10 53 0 125 23 117 471 112 14
Binary 110101 1000 101011 0 1010101 10011 1001111 100111001 1001010 1100

Color Harmonies of #35082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35082B

Black with #35082B

Text Example


Text Example

White with #35082B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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