Html Css Color HEX #421635 Blackberry

📋 copy color: '#421635'

red 66 ◦ green 22 ◦ blue 53

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

Shades of Blackberry #421635

Tints of Blackberry #421635

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.6%

 BLUE value IS 53 (21.09% from 255) = 37.59%

R = 46.81%
G = 15.6%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.74

RGB Variations

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

Color information

#421635 (or 0x421635) is known color: Blackberry. HEX triplet: 42, 16 and 35. RGB value is (66,22,53). Sum of RGB (Red+Green+Blue) = 66+22+53=141 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.81% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 53 (21.09% from 255 or 37.59% from 141); Max value from RGB is 66 - color contains mainly: red. Hex color #421635 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421635 is #BDE9CA. Grayscale: #262626. Windows color (decimal): -12446155 or 3479106. OLE color: 3479106.

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

Color convert

RGB 66 22 53 -
CMYK 0 0.67 0.20 0.74
HSL 317.73º 0.5% 0.17% -
HSV(B) 317.73º 0.67% 0.26% -
XYZ 3.18 1.99 3.58 -
YUV 38.69 136.08 147.48 -
System Red Green Blue C M Y K H S L
Decimal 66 22 53 0 0.67 0.20 0.74 317.73 0.5 0.17
Hex 42 16 35 0 43 14 4A 13E 32 11
Octal 102 26 65 0 103 24 112 476 62 21
Binary 1000010 10110 110101 0 1000011 10100 1001010 100111110 110010 10001

Color Harmonies of #421635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421635

Black with #421635

Text Example


Text Example

White with #421635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421635; }

 p { color: rgb(66,22,53); }

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

background-color css

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

 a { background-color: rgb(66,22,53); }

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

border-color css

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

 span { border-color: rgb(66,22,53); }

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