Html Css Color HEX #421B30 Blackberry

📋 copy color: '#421B30'

red 66 ◦ green 27 ◦ blue 48

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

Shades of Blackberry #421B30

Tints of Blackberry #421B30

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.15%

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

R = 46.81%
G = 19.15%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#421B30 (or 0x421B30) is known color: Blackberry. HEX triplet: 42, 1B and 30. RGB value is (66,27,48). Sum of RGB (Red+Green+Blue) = 66+27+48=141 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.81% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 48 (19.14% from 255 or 34.04% from 141); Max value from RGB is 66 - color contains mainly: red. Hex color #421B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421B30 is #BDE4CF. Grayscale: #292929. Windows color (decimal): -12444880 or 3152706. OLE color: 3152706.

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

Color convert

RGB 66 27 48 -
CMYK 0 0.59 0.27 0.74
HSL 327.69º 0.42% 0.18% -
HSV(B) 327.69º 0.59% 0.26% -
XYZ 3.17 2.16 3.05 -
YUV 41.06 131.92 145.79 -
System Red Green Blue C M Y K H S L
Decimal 66 27 48 0 0.59 0.27 0.74 327.69 0.42 0.18
Hex 42 1B 30 0 3B 1B 4A 148 2A 12
Octal 102 33 60 0 73 33 112 510 52 22
Binary 1000010 11011 110000 0 111011 11011 1001010 101001000 101010 10010

Color Harmonies of #421B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421B30

Black with #421B30

Text Example


Text Example

White with #421B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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