Html Css Color HEX #421528 Blackberry

📋 copy color: '#421528'

red 66 ◦ green 21 ◦ blue 40

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

Shades of Blackberry #421528

Tints of Blackberry #421528

RGB

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

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

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

R = 51.97%
G = 16.54%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#421528 (or 0x421528) is known color: Blackberry. HEX triplet: 42, 15 and 28. RGB value is (66,21,40). Sum of RGB (Red+Green+Blue) = 66+21+40=127 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.97% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 66 - color contains mainly: red. Hex color #421528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421528 is #BDEAD7. Grayscale: #242424. Windows color (decimal): -12446424 or 2626882. OLE color: 2626882.

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

Color convert

RGB 66 21 40 -
CMYK 0 0.68 0.39 0.74
HSL 334.67º 0.52% 0.17% -
HSV(B) 334.67º 0.68% 0.26% -
XYZ 2.9 1.85 2.21 -
YUV 36.62 129.91 148.96 -
System Red Green Blue C M Y K H S L
Decimal 66 21 40 0 0.68 0.39 0.74 334.67 0.52 0.17
Hex 42 15 28 0 44 27 4A 14F 34 11
Octal 102 25 50 0 104 47 112 517 64 21
Binary 1000010 10101 101000 0 1000100 100111 1001010 101001111 110100 10001

Color Harmonies of #421528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421528

Black with #421528

Text Example


Text Example

White with #421528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421528; }

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

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

background-color css

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

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

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

border-color css

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

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

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