Html Css Color HEX #421137 Blackberry

📋 copy color: '#421137'

red 66 ◦ green 17 ◦ blue 55

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

Shades of Blackberry #421137

Tints of Blackberry #421137

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.32%

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

R = 47.83%
G = 12.32%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.17

 K value IS 0.74

RGB Variations

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

Color information

#421137 (or 0x421137) is known color: Blackberry. HEX triplet: 42, 11 and 37. RGB value is (66,17,55). Sum of RGB (Red+Green+Blue) = 66+17+55=138 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.83% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 66 - color contains mainly: red. Hex color #421137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421137 is #BDEEC8. Grayscale: #232323. Windows color (decimal): -12447433 or 3608898. OLE color: 3608898.

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

Color convert

RGB 66 17 55 -
CMYK 0 0.74 0.17 0.74
HSL 313.47º 0.59% 0.16% -
HSV(B) 313.47º 0.74% 0.26% -
XYZ 3.14 1.83 3.8 -
YUV 35.98 138.73 149.41 -
System Red Green Blue C M Y K H S L
Decimal 66 17 55 0 0.74 0.17 0.74 313.47 0.59 0.16
Hex 42 11 37 0 4A 11 4A 139 3B 10
Octal 102 21 67 0 112 21 112 471 73 20
Binary 1000010 10001 110111 0 1001010 10001 1001010 100111001 111011 10000

Color Harmonies of #421137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421137

Black with #421137

Text Example


Text Example

White with #421137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421137; }

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

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

background-color css

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

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

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

border-color css

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

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

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