Html Css Color HEX #421332 Blackberry

📋 copy color: '#421332'

red 66 ◦ green 19 ◦ blue 50

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

Shades of Blackberry #421332

Tints of Blackberry #421332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 37.04%

R = 48.89%
G = 14.07%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.24

 K value IS 0.74

RGB Variations

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

Color information

#421332 (or 0x421332) is known color: Blackberry. HEX triplet: 42, 13 and 32. RGB value is (66,19,50). Sum of RGB (Red+Green+Blue) = 66+19+50=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #421332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421332 is #BDECCD. Grayscale: #242424. Windows color (decimal): -12446926 or 3281730. OLE color: 3281730.

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

Color convert

RGB 66 19 50 -
CMYK 0 0.71 0.24 0.74
HSL 320.43º 0.55% 0.17% -
HSV(B) 320.43º 0.71% 0.26% -
XYZ 3.06 1.85 3.21 -
YUV 36.59 135.57 148.98 -
System Red Green Blue C M Y K H S L
Decimal 66 19 50 0 0.71 0.24 0.74 320.43 0.55 0.17
Hex 42 13 32 0 47 18 4A 140 37 11
Octal 102 23 62 0 107 30 112 500 67 21
Binary 1000010 10011 110010 0 1000111 11000 1001010 101000000 110111 10001

Color Harmonies of #421332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421332

Black with #421332

Text Example


Text Example

White with #421332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421332; }

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

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

background-color css

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

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

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

border-color css

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

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

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