Html Css Color HEX #421837 Blackberry

📋 copy color: '#421837'

red 66 ◦ green 24 ◦ blue 55

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

Shades of Blackberry #421837

Tints of Blackberry #421837

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.55%

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

R = 45.52%
G = 16.55%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.74

RGB Variations

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

Color information

#421837 (or 0x421837) is known color: Blackberry. HEX triplet: 42, 18 and 37. RGB value is (66,24,55). Sum of RGB (Red+Green+Blue) = 66+24+55=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 55 (21.88% from 255 or 37.93% from 145); Max value from RGB is 66 - color contains mainly: red. Hex color #421837 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421837 is #BDE7C8. Grayscale: #282828. Windows color (decimal): -12445641 or 3610690. OLE color: 3610690.

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

Color convert

RGB 66 24 55 -
CMYK 0 0.64 0.17 0.74
HSL 315.71º 0.47% 0.18% -
HSV(B) 315.71º 0.64% 0.26% -
XYZ 3.26 2.09 3.85 -
YUV 40.09 136.41 146.48 -
System Red Green Blue C M Y K H S L
Decimal 66 24 55 0 0.64 0.17 0.74 315.71 0.47 0.18
Hex 42 18 37 0 40 11 4A 13C 2F 12
Octal 102 30 67 0 100 21 112 474 57 22
Binary 1000010 11000 110111 0 1000000 10001 1001010 100111100 101111 10010

Color Harmonies of #421837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421837

Black with #421837

Text Example


Text Example

White with #421837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421837; }

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

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

background-color css

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

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

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

border-color css

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

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

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