Html Css Color HEX #421527 Blackberry

📋 copy color: '#421527'

red 66 ◦ green 21 ◦ blue 39

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

Shades of Blackberry #421527

Tints of Blackberry #421527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 30.95%

R = 52.38%
G = 16.67%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.74

RGB Variations

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

Color information

#421527 (or 0x421527) is known color: Blackberry. HEX triplet: 42, 15 and 27. RGB value is (66,21,39). Sum of RGB (Red+Green+Blue) = 66+21+39=126 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.38% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 39 (15.62% from 255 or 30.95% from 126); Max value from RGB is 66 - color contains mainly: red. Hex color #421527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421527 is #BDEAD8. Grayscale: #242424. Windows color (decimal): -12446425 or 2561346. OLE color: 2561346.

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

Color convert

RGB 66 21 39 -
CMYK 0 0.68 0.41 0.74
HSL 336º 0.52% 0.17% -
HSV(B) 336º 0.68% 0.26% -
XYZ 2.88 1.84 2.12 -
YUV 36.51 129.41 149.04 -
System Red Green Blue C M Y K H S L
Decimal 66 21 39 0 0.68 0.41 0.74 336 0.52 0.17
Hex 42 15 27 0 44 29 4A 150 34 11
Octal 102 25 47 0 104 51 112 520 64 21
Binary 1000010 10101 100111 0 1000100 101001 1001010 101010000 110100 10001

Color Harmonies of #421527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421527

Black with #421527

Text Example


Text Example

White with #421527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421527; }

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

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

background-color css

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

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

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

border-color css

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

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

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