Html Css Color HEX #421331 Blackberry

📋 copy color: '#421331'

red 66 ◦ green 19 ◦ blue 49

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

Shades of Blackberry #421331

Tints of Blackberry #421331

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.18%

 BLUE value IS 49 (19.53% from 255) = 36.57%

R = 49.25%
G = 14.18%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.74

RGB Variations

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

Color information

#421331 (or 0x421331) is known color: Blackberry. HEX triplet: 42, 13 and 31. RGB value is (66,19,49). Sum of RGB (Red+Green+Blue) = 66+19+49=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #421331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421331 is #BDECCE. Grayscale: #242424. Windows color (decimal): -12446927 or 3216194. OLE color: 3216194.

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

Color convert

RGB 66 19 49 -
CMYK 0 0.71 0.26 0.74
HSL 321.7º 0.55% 0.17% -
HSV(B) 321.7º 0.71% 0.26% -
XYZ 3.03 1.85 3.1 -
YUV 36.47 135.07 149.06 -
System Red Green Blue C M Y K H S L
Decimal 66 19 49 0 0.71 0.26 0.74 321.7 0.55 0.17
Hex 42 13 31 0 47 1A 4A 142 37 11
Octal 102 23 61 0 107 32 112 502 67 21
Binary 1000010 10011 110001 0 1000111 11010 1001010 101000010 110111 10001

Color Harmonies of #421331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421331

Black with #421331

Text Example


Text Example

White with #421331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421331; }

 p { color: rgb(66,19,49); }

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

background-color css

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

 a { background-color: rgb(66,19,49); }

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

border-color css

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

 span { border-color: rgb(66,19,49); }

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