Html Css Color HEX #420321 Blackberry

📋 copy color: '#420321'

red 66 ◦ green 3 ◦ blue 33

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

Shades of Blackberry #420321

Tints of Blackberry #420321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 32.35%

R = 64.71%
G = 2.94%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.5

 K value IS 0.74

RGB Variations

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

Color information

#420321 (or 0x420321) is known color: Blackberry. HEX triplet: 42, 03 and 21. RGB value is (66,3,33). Sum of RGB (Red+Green+Blue) = 66+3+33=102 (13% of max value = 765). Red value is 66 (26.17% from 255 or 64.71% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 33 (13.28% from 255 or 32.35% from 102); Max value from RGB is 66 - color contains mainly: red. Hex color #420321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420321 is #BDFCDE. Grayscale: #191919. Windows color (decimal): -12451039 or 2163522. OLE color: 2163522.

HSL color Cylindrical-coordinate representation of color #420321: hue angle of 331.43º 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 #420321 is Cyan = 0, Magento = 0.95, Yellow = 0.5 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 3 33 -
CMYK 0 0.95 0.5 0.74
HSL 331.43º 0.91% 0.14% -
HSV(B) 331.43º 0.95% 0.26% -
XYZ 2.55 1.33 1.56 -
YUV 25.26 132.37 157.06 -
System Red Green Blue C M Y K H S L
Decimal 66 3 33 0 0.95 0.5 0.74 331.43 0.91 0.14
Hex 42 3 21 0 5F 32 4A 14B 5B E
Octal 102 3 41 0 137 62 112 513 133 16
Binary 1000010 11 100001 0 1011111 110010 1001010 101001011 1011011 1110

Color Harmonies of #420321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420321

Black with #420321

Text Example


Text Example

White with #420321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420321; }

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

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

background-color css

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

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

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

border-color css

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

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

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