Html Css Color HEX #421628 Blackberry

📋 copy color: '#421628'

red 66 ◦ green 22 ◦ blue 40

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

Shades of Blackberry #421628

Tints of Blackberry #421628

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.19%

 BLUE value IS 40 (16.02% from 255) = 31.25%

R = 51.56%
G = 17.19%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#421628 (or 0x421628) is known color: Blackberry. HEX triplet: 42, 16 and 28. RGB value is (66,22,40). Sum of RGB (Red+Green+Blue) = 66+22+40=128 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.56% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 66 - color contains mainly: red. Hex color #421628 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421628 is #BDE9D7. Grayscale: #252525. Windows color (decimal): -12446168 or 2627138. OLE color: 2627138.

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

Color convert

RGB 66 22 40 -
CMYK 0 0.67 0.39 0.74
HSL 335.45º 0.5% 0.17% -
HSV(B) 335.45º 0.67% 0.26% -
XYZ 2.92 1.89 2.22 -
YUV 37.21 129.58 148.54 -
System Red Green Blue C M Y K H S L
Decimal 66 22 40 0 0.67 0.39 0.74 335.45 0.5 0.17
Hex 42 16 28 0 43 27 4A 14F 32 11
Octal 102 26 50 0 103 47 112 517 62 21
Binary 1000010 10110 101000 0 1000011 100111 1001010 101001111 110010 10001

Color Harmonies of #421628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421628

Black with #421628

Text Example


Text Example

White with #421628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421628; }

 p { color: rgb(66,22,40); }

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

background-color css

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

 a { background-color: rgb(66,22,40); }

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

border-color css

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

 span { border-color: rgb(66,22,40); }

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