Html Css Color HEX #421A30 Blackberry

📋 copy color: '#421A30'

red 66 ◦ green 26 ◦ blue 48

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

Shades of Blackberry #421A30

Tints of Blackberry #421A30

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.57%

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

R = 47.14%
G = 18.57%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#421A30 (or 0x421A30) is known color: Blackberry. HEX triplet: 42, 1A and 30. RGB value is (66,26,48). Sum of RGB (Red+Green+Blue) = 66+26+48=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 66 - color contains mainly: red. Hex color #421A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421A30 is #BDE5CF. Grayscale: #282828. Windows color (decimal): -12445136 or 3152450. OLE color: 3152450.

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

Color convert

RGB 66 26 48 -
CMYK 0 0.61 0.27 0.74
HSL 327º 0.43% 0.18% -
HSV(B) 327º 0.61% 0.26% -
XYZ 3.15 2.11 3.04 -
YUV 40.47 132.25 146.21 -
System Red Green Blue C M Y K H S L
Decimal 66 26 48 0 0.61 0.27 0.74 327 0.43 0.18
Hex 42 1A 30 0 3D 1B 4A 147 2B 12
Octal 102 32 60 0 75 33 112 507 53 22
Binary 1000010 11010 110000 0 111101 11011 1001010 101000111 101011 10010

Color Harmonies of #421A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421A30

Black with #421A30

Text Example


Text Example

White with #421A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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