Html Css Color HEX #420021 Blackberry

📋 copy color: '#420021'

red 66 ◦ green 0 ◦ blue 33

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

Shades of Blackberry #420021

Tints of Blackberry #420021

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 66.67%
G = 0%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.5

 K value IS 0.74

RGB Variations

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

Color information

#420021 (or 0x420021) is known color: Blackberry. HEX triplet: 42, 00 and 21. RGB value is (66,0,33). Sum of RGB (Red+Green+Blue) = 66+0+33=99 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66.67% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 33 (13.28% from 255 or 33.33% from 99); Max value from RGB is 66 - color contains mainly: red. Hex color #420021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420021 is #BDFFDE. Grayscale: #171717. Windows color (decimal): -12451807 or 2162754. OLE color: 2162754.

HSL color Cylindrical-coordinate representation of color #420021: hue angle of 330º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #420021 is Cyan = 0, Magento = 1, Yellow = 0.5 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 0 33 -
CMYK 0 1 0.5 0.74
HSL 330º 1% 0.13% -
HSV(B) 330º 1% 0.26% -
XYZ 2.52 1.27 1.55 -
YUV 23.5 133.37 158.32 -
System Red Green Blue C M Y K H S L
Decimal 66 0 33 0 1 0.5 0.74 330 1 0.13
Hex 42 0 21 0 64 32 4A 14A 64 D
Octal 102 0 41 0 144 62 112 512 144 15
Binary 1000010 0 100001 0 1100100 110010 1001010 101001010 1100100 1101

Color Harmonies of #420021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420021

Black with #420021

Text Example


Text Example

White with #420021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420021; }

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

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

background-color css

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

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

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

border-color css

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

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

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