Html Css Color HEX #421F30 Blackberry

📋 copy color: '#421F30'

red 66 ◦ green 31 ◦ blue 48

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

Shades of Blackberry #421F30

Tints of Blackberry #421F30

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.38%

 BLUE value IS 48 (19.14% from 255) = 33.1%

R = 45.52%
G = 21.38%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#421F30 (or 0x421F30) is known color: Blackberry. HEX triplet: 42, 1F and 30. RGB value is (66,31,48). Sum of RGB (Red+Green+Blue) = 66+31+48=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 31 (12.5% from 255 or 21.38% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 66 - color contains mainly: red. Hex color #421F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421F30 is #BDE0CF. Grayscale: #2B2B2B. Windows color (decimal): -12443856 or 3153730. OLE color: 3153730.

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

Color convert

RGB 66 31 48 -
CMYK 0 0.53 0.27 0.74
HSL 330.86º 0.36% 0.19% -
HSV(B) 330.86º 0.53% 0.26% -
XYZ 3.27 2.35 3.08 -
YUV 43.4 130.6 144.12 -
System Red Green Blue C M Y K H S L
Decimal 66 31 48 0 0.53 0.27 0.74 330.86 0.36 0.19
Hex 42 1F 30 0 35 1B 4A 14B 24 13
Octal 102 37 60 0 65 33 112 513 44 23
Binary 1000010 11111 110000 0 110101 11011 1001010 101001011 100100 10011

Color Harmonies of #421F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421F30

Black with #421F30

Text Example


Text Example

White with #421F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,31,48); }

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

background-color css

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

 a { background-color: rgb(66,31,48); }

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

border-color css

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

 span { border-color: rgb(66,31,48); }

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