Html Css Color HEX #421238 Blackberry

📋 copy color: '#421238'

red 66 ◦ green 18 ◦ blue 56

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

Shades of Blackberry #421238

Tints of Blackberry #421238

RGB

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

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

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

R = 47.14%
G = 12.86%
B = 40%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#421238 (or 0x421238) is known color: Blackberry. HEX triplet: 42, 12 and 38. RGB value is (66,18,56). Sum of RGB (Red+Green+Blue) = 66+18+56=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 66 - color contains mainly: red. Hex color #421238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421238 is #BDEDC7. Grayscale: #242424. Windows color (decimal): -12447176 or 3674690. OLE color: 3674690.

HSL color Cylindrical-coordinate representation of color #421238: hue angle of 312.5º 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 #421238 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 18 56 -
CMYK 0 0.73 0.15 0.74
HSL 312.5º 0.57% 0.16% -
HSV(B) 312.5º 0.73% 0.26% -
XYZ 3.18 1.88 3.94 -
YUV 36.68 138.9 148.91 -
System Red Green Blue C M Y K H S L
Decimal 66 18 56 0 0.73 0.15 0.74 312.5 0.57 0.16
Hex 42 12 38 0 49 F 4A 138 39 10
Octal 102 22 70 0 111 17 112 470 71 20
Binary 1000010 10010 111000 0 1001001 1111 1001010 100111000 111001 10000

Color Harmonies of #421238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421238

Black with #421238

Text Example


Text Example

White with #421238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421238; }

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

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

background-color css

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

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

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

border-color css

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

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

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