Html Css Color HEX #421339 Blackberry

📋 copy color: '#421339'

red 66 ◦ green 19 ◦ blue 57

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

Shades of Blackberry #421339

Tints of Blackberry #421339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 40.14%

R = 46.48%
G = 13.38%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.74

RGB Variations

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

Color information

#421339 (or 0x421339) is known color: Blackberry. HEX triplet: 42, 13 and 39. RGB value is (66,19,57). Sum of RGB (Red+Green+Blue) = 66+19+57=142 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.48% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 57 (22.66% from 255 or 40.14% from 142); Max value from RGB is 66 - color contains mainly: red. Hex color #421339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421339 is #BDECC6. Grayscale: #252525. Windows color (decimal): -12446919 or 3740482. OLE color: 3740482.

HSL color Cylindrical-coordinate representation of color #421339: hue angle of 311.49º 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 #421339 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 19 57 -
CMYK 0 0.71 0.14 0.74
HSL 311.49º 0.55% 0.17% -
HSV(B) 311.49º 0.71% 0.26% -
XYZ 3.22 1.92 4.07 -
YUV 37.39 139.07 148.41 -
System Red Green Blue C M Y K H S L
Decimal 66 19 57 0 0.71 0.14 0.74 311.49 0.55 0.17
Hex 42 13 39 0 47 E 4A 137 37 11
Octal 102 23 71 0 107 16 112 467 67 21
Binary 1000010 10011 111001 0 1000111 1110 1001010 100110111 110111 10001

Color Harmonies of #421339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421339

Black with #421339

Text Example


Text Example

White with #421339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421339; }

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

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

background-color css

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

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

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

border-color css

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

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

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