Html Css Color HEX #421E30 Blackberry

📋 copy color: '#421E30'

red 66 ◦ green 30 ◦ blue 48

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

Shades of Blackberry #421E30

Tints of Blackberry #421E30

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.83%

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

R = 45.83%
G = 20.83%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#421E30 (or 0x421E30) is known color: Blackberry. HEX triplet: 42, 1E and 30. RGB value is (66,30,48). Sum of RGB (Red+Green+Blue) = 66+30+48=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 48 (19.14% from 255 or 33.33% from 144); Max value from RGB is 66 - color contains mainly: red. Hex color #421E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421E30 is #BDE1CF. Grayscale: #2A2A2A. Windows color (decimal): -12444112 or 3153474. OLE color: 3153474.

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

Color convert

RGB 66 30 48 -
CMYK 0 0.55 0.27 0.74
HSL 330º 0.38% 0.19% -
HSV(B) 330º 0.55% 0.26% -
XYZ 3.24 2.3 3.07 -
YUV 42.82 130.93 144.54 -
System Red Green Blue C M Y K H S L
Decimal 66 30 48 0 0.55 0.27 0.74 330 0.38 0.19
Hex 42 1E 30 0 37 1B 4A 14A 26 13
Octal 102 36 60 0 67 33 112 512 46 23
Binary 1000010 11110 110000 0 110111 11011 1001010 101001010 100110 10011

Color Harmonies of #421E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421E30

Black with #421E30

Text Example


Text Example

White with #421E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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