Html Css Color HEX #421938 Blackberry

📋 copy color: '#421938'

red 66 ◦ green 25 ◦ blue 56

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

Shades of Blackberry #421938

Tints of Blackberry #421938

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.01%

 BLUE value IS 56 (22.27% from 255) = 38.1%

R = 44.9%
G = 17.01%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#421938 (or 0x421938) is known color: Blackberry. HEX triplet: 42, 19 and 38. RGB value is (66,25,56). Sum of RGB (Red+Green+Blue) = 66+25+56=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 66 - color contains mainly: red. Hex color #421938 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421938 is #BDE6C7. Grayscale: #282828. Windows color (decimal): -12445384 or 3676482. OLE color: 3676482.

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

Color convert

RGB 66 25 56 -
CMYK 0 0.62 0.15 0.74
HSL 314.63º 0.45% 0.18% -
HSV(B) 314.63º 0.62% 0.26% -
XYZ 3.31 2.14 3.98 -
YUV 40.79 136.58 145.98 -
System Red Green Blue C M Y K H S L
Decimal 66 25 56 0 0.62 0.15 0.74 314.63 0.45 0.18
Hex 42 19 38 0 3E F 4A 13B 2D 12
Octal 102 31 70 0 76 17 112 473 55 22
Binary 1000010 11001 111000 0 111110 1111 1001010 100111011 101101 10010

Color Harmonies of #421938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421938

Black with #421938

Text Example


Text Example

White with #421938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421938; }

 p { color: rgb(66,25,56); }

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

background-color css

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

 a { background-color: rgb(66,25,56); }

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

border-color css

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

 span { border-color: rgb(66,25,56); }

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