Html Css Color HEX #420935 Blackberry

📋 copy color: '#420935'

red 66 ◦ green 9 ◦ blue 53

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

Shades of Blackberry #420935

Tints of Blackberry #420935

RGB

 RED value IS 66 (26.17% from 255) = 51.56%

 GREEN value IS 9 (3.91% from 255) = 7.03%

 BLUE value IS 53 (21.09% from 255) = 41.41%

R = 51.56%
G = 7.03%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.74

RGB Variations

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

Color information

#420935 (or 0x420935) is known color: Blackberry. HEX triplet: 42, 09 and 35. RGB value is (66,9,53). Sum of RGB (Red+Green+Blue) = 66+9+53=128 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.56% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 53 (21.09% from 255 or 41.41% from 128); Max value from RGB is 66 - color contains mainly: red. Hex color #420935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420935 is #BDF6CA. Grayscale: #1E1E1E. Windows color (decimal): -12449483 or 3475778. OLE color: 3475778.

HSL color Cylindrical-coordinate representation of color #420935: hue angle of 313.68º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #420935 is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 9 53 -
CMYK 0 0.86 0.20 0.74
HSL 313.68º 0.76% 0.15% -
HSV(B) 313.68º 0.86% 0.26% -
XYZ 2.99 1.61 3.52 -
YUV 31.06 140.38 152.92 -
System Red Green Blue C M Y K H S L
Decimal 66 9 53 0 0.86 0.20 0.74 313.68 0.76 0.15
Hex 42 9 35 0 56 14 4A 13A 4C F
Octal 102 11 65 0 126 24 112 472 114 17
Binary 1000010 1001 110101 0 1010110 10100 1001010 100111010 1001100 1111

Color Harmonies of #420935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420935

Black with #420935

Text Example


Text Example

White with #420935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420935; }

 p { color: rgb(66,9,53); }

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

background-color css

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

 a { background-color: rgb(66,9,53); }

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

border-color css

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

 span { border-color: rgb(66,9,53); }

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