Html Css Color HEX #421028 Blackberry

📋 copy color: '#421028'

red 66 ◦ green 16 ◦ blue 40

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

Shades of Blackberry #421028

Tints of Blackberry #421028

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.11%

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

R = 54.1%
G = 13.11%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#421028 (or 0x421028) is known color: Blackberry. HEX triplet: 42, 10 and 28. RGB value is (66,16,40). Sum of RGB (Red+Green+Blue) = 66+16+40=122 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.10% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 40 (16.02% from 255 or 32.79% from 122); Max value from RGB is 66 - color contains mainly: red. Hex color #421028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421028 is #BDEFD7. Grayscale: #212121. Windows color (decimal): -12447704 or 2625602. OLE color: 2625602.

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

Color convert

RGB 66 16 40 -
CMYK 0 0.76 0.39 0.74
HSL 331.2º 0.61% 0.16% -
HSV(B) 331.2º 0.76% 0.26% -
XYZ 2.82 1.68 2.18 -
YUV 33.69 131.57 151.05 -
System Red Green Blue C M Y K H S L
Decimal 66 16 40 0 0.76 0.39 0.74 331.2 0.61 0.16
Hex 42 10 28 0 4C 27 4A 14B 3D 10
Octal 102 20 50 0 114 47 112 513 75 20
Binary 1000010 10000 101000 0 1001100 100111 1001010 101001011 111101 10000

Color Harmonies of #421028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421028

Black with #421028

Text Example


Text Example

White with #421028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421028; }

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

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

background-color css

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

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

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

border-color css

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

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

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