Html Css Color HEX #421237 Blackberry

📋 copy color: '#421237'

red 66 ◦ green 18 ◦ blue 55

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

Shades of Blackberry #421237

Tints of Blackberry #421237

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.95%

 BLUE value IS 55 (21.88% from 255) = 39.57%

R = 47.48%
G = 12.95%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.74

RGB Variations

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

Color information

#421237 (or 0x421237) is known color: Blackberry. HEX triplet: 42, 12 and 37. RGB value is (66,18,55). Sum of RGB (Red+Green+Blue) = 66+18+55=139 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.48% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 55 (21.88% from 255 or 39.57% from 139); Max value from RGB is 66 - color contains mainly: red. Hex color #421237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421237 is #BDEDC8. Grayscale: #242424. Windows color (decimal): -12447177 or 3609154. OLE color: 3609154.

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

Color convert

RGB 66 18 55 -
CMYK 0 0.73 0.17 0.74
HSL 313.75º 0.57% 0.16% -
HSV(B) 313.75º 0.73% 0.26% -
XYZ 3.15 1.87 3.81 -
YUV 36.57 138.4 148.99 -
System Red Green Blue C M Y K H S L
Decimal 66 18 55 0 0.73 0.17 0.74 313.75 0.57 0.16
Hex 42 12 37 0 49 11 4A 13A 39 10
Octal 102 22 67 0 111 21 112 472 71 20
Binary 1000010 10010 110111 0 1001001 10001 1001010 100111010 111001 10000

Color Harmonies of #421237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421237

Black with #421237

Text Example


Text Example

White with #421237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421237; }

 p { color: rgb(66,18,55); }

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

background-color css

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

 a { background-color: rgb(66,18,55); }

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

border-color css

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

 span { border-color: rgb(66,18,55); }

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