Html Css Color HEX #421D38 Blackberry

📋 copy color: '#421D38'

red 66 ◦ green 29 ◦ blue 56

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

Shades of Blackberry #421D38

Tints of Blackberry #421D38

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.21%

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

R = 43.71%
G = 19.21%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#421D38 (or 0x421D38) is known color: Blackberry. HEX triplet: 42, 1D and 38. RGB value is (66,29,56). Sum of RGB (Red+Green+Blue) = 66+29+56=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 56 (22.27% from 255 or 37.09% from 151); Max value from RGB is 66 - color contains mainly: red. Hex color #421D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421D38 is #BDE2C7. Grayscale: #2B2B2B. Windows color (decimal): -12444360 or 3677506. OLE color: 3677506.

HSL color Cylindrical-coordinate representation of color #421D38: hue angle of 316.22º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #421D38 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 29 56 -
CMYK 0 0.56 0.15 0.74
HSL 316.22º 0.39% 0.19% -
HSV(B) 316.22º 0.56% 0.26% -
XYZ 3.4 2.32 4.01 -
YUV 43.14 135.26 144.3 -
System Red Green Blue C M Y K H S L
Decimal 66 29 56 0 0.56 0.15 0.74 316.22 0.39 0.19
Hex 42 1D 38 0 38 F 4A 13C 27 13
Octal 102 35 70 0 70 17 112 474 47 23
Binary 1000010 11101 111000 0 111000 1111 1001010 100111100 100111 10011

Color Harmonies of #421D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421D38

Black with #421D38

Text Example


Text Example

White with #421D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421D38; }

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

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

background-color css

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

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

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

border-color css

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

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

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