Html Css Color HEX #421328 Blackberry

📋 copy color: '#421328'

red 66 ◦ green 19 ◦ blue 40

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

Shades of Blackberry #421328

Tints of Blackberry #421328

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.2%

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

R = 52.8%
G = 15.2%
B = 32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#421328 (or 0x421328) is known color: Blackberry. HEX triplet: 42, 13 and 28. RGB value is (66,19,40). Sum of RGB (Red+Green+Blue) = 66+19+40=125 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.8% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 66 - color contains mainly: red. Hex color #421328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421328 is #BDECD7. Grayscale: #232323. Windows color (decimal): -12446936 or 2626370. OLE color: 2626370.

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

Color convert

RGB 66 19 40 -
CMYK 0 0.71 0.39 0.74
HSL 333.19º 0.55% 0.17% -
HSV(B) 333.19º 0.71% 0.26% -
XYZ 2.86 1.78 2.2 -
YUV 35.45 130.57 149.79 -
System Red Green Blue C M Y K H S L
Decimal 66 19 40 0 0.71 0.39 0.74 333.19 0.55 0.17
Hex 42 13 28 0 47 27 4A 14D 37 11
Octal 102 23 50 0 107 47 112 515 67 21
Binary 1000010 10011 101000 0 1000111 100111 1001010 101001101 110111 10001

Color Harmonies of #421328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421328

Black with #421328

Text Example


Text Example

White with #421328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421328; }

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

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

background-color css

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

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

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

border-color css

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

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

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