Html Css Color HEX #421D2F Blackberry

📋 copy color: '#421D2F'

red 66 ◦ green 29 ◦ blue 47

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

Shades of Blackberry #421D2F

Tints of Blackberry #421D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 33.1%

R = 46.48%
G = 20.42%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.74

RGB Variations

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

Color information

#421D2F (or 0x421D2F) is known color: Blackberry. HEX triplet: 42, 1D and 2F. RGB value is (66,29,47). Sum of RGB (Red+Green+Blue) = 66+29+47=142 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.48% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 66 - color contains mainly: red. Hex color #421D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421D2F is #BDE2D0. Grayscale: #2A2A2A. Windows color (decimal): -12444369 or 3087682. OLE color: 3087682.

HSL color Cylindrical-coordinate representation of color #421D2F: hue angle of 330.81º 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 #421D2F is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 29 47 -
CMYK 0 0.56 0.29 0.74
HSL 330.81º 0.39% 0.19% -
HSV(B) 330.81º 0.56% 0.26% -
XYZ 3.2 2.24 2.95 -
YUV 42.12 130.76 145.04 -
System Red Green Blue C M Y K H S L
Decimal 66 29 47 0 0.56 0.29 0.74 330.81 0.39 0.19
Hex 42 1D 2F 0 38 1D 4A 14B 27 13
Octal 102 35 57 0 70 35 112 513 47 23
Binary 1000010 11101 101111 0 111000 11101 1001010 101001011 100111 10011

Color Harmonies of #421D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421D2F

Black with #421D2F

Text Example


Text Example

White with #421D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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