Html Css Color HEX #421539 Blackberry

📋 copy color: '#421539'

red 66 ◦ green 21 ◦ blue 57

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

Shades of Blackberry #421539

Tints of Blackberry #421539

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.58%

 BLUE value IS 57 (22.66% from 255) = 39.58%

R = 45.83%
G = 14.58%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.74

RGB Variations

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

Color information

#421539 (or 0x421539) is known color: Blackberry. HEX triplet: 42, 15 and 39. RGB value is (66,21,57). Sum of RGB (Red+Green+Blue) = 66+21+57=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 57 (22.66% from 255 or 39.58% from 144); Max value from RGB is 66 - color contains mainly: red. Hex color #421539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421539 is #BDEAC6. Grayscale: #262626. Windows color (decimal): -12446407 or 3740994. OLE color: 3740994.

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

Color convert

RGB 66 21 57 -
CMYK 0 0.68 0.14 0.74
HSL 312º 0.52% 0.17% -
HSV(B) 312º 0.68% 0.26% -
XYZ 3.25 1.99 4.08 -
YUV 38.56 138.41 147.57 -
System Red Green Blue C M Y K H S L
Decimal 66 21 57 0 0.68 0.14 0.74 312 0.52 0.17
Hex 42 15 39 0 44 E 4A 138 34 11
Octal 102 25 71 0 104 16 112 470 64 21
Binary 1000010 10101 111001 0 1000100 1110 1001010 100111000 110100 10001

Color Harmonies of #421539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421539

Black with #421539

Text Example


Text Example

White with #421539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421539; }

 p { color: rgb(66,21,57); }

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

background-color css

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

 a { background-color: rgb(66,21,57); }

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

border-color css

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

 span { border-color: rgb(66,21,57); }

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