Html Css Color HEX #420323 Blackberry

📋 copy color: '#420323'

red 66 ◦ green 3 ◦ blue 35

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

Shades of Blackberry #420323

Tints of Blackberry #420323

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.88%

 BLUE value IS 35 (14.06% from 255) = 33.65%

R = 63.46%
G = 2.88%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.74

RGB Variations

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

Color information

#420323 (or 0x420323) is known color: Blackberry. HEX triplet: 42, 03 and 23. RGB value is (66,3,35). Sum of RGB (Red+Green+Blue) = 66+3+35=104 (13% of max value = 765). Red value is 66 (26.17% from 255 or 63.46% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 35 (14.06% from 255 or 33.65% from 104); Max value from RGB is 66 - color contains mainly: red. Hex color #420323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420323 is #BDFCDC. Grayscale: #191919. Windows color (decimal): -12451037 or 2294594. OLE color: 2294594.

HSL color Cylindrical-coordinate representation of color #420323: hue angle of 329.52º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420323 is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 3 35 -
CMYK 0 0.95 0.47 0.74
HSL 329.52º 0.91% 0.14% -
HSV(B) 329.52º 0.95% 0.26% -
XYZ 2.58 1.34 1.71 -
YUV 25.49 133.37 156.9 -
System Red Green Blue C M Y K H S L
Decimal 66 3 35 0 0.95 0.47 0.74 329.52 0.91 0.14
Hex 42 3 23 0 5F 2F 4A 14A 5B E
Octal 102 3 43 0 137 57 112 512 133 16
Binary 1000010 11 100011 0 1011111 101111 1001010 101001010 1011011 1110

Color Harmonies of #420323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420323

Black with #420323

Text Example


Text Example

White with #420323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420323; }

 p { color: rgb(66,3,35); }

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

background-color css

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

 a { background-color: rgb(66,3,35); }

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

border-color css

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

 span { border-color: rgb(66,3,35); }

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