Html Css Color HEX #421735 Blackberry

📋 copy color: '#421735'

red 66 ◦ green 23 ◦ blue 53

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

Shades of Blackberry #421735

Tints of Blackberry #421735

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.2%

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

R = 46.48%
G = 16.2%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.74

RGB Variations

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

Color information

#421735 (or 0x421735) is known color: Blackberry. HEX triplet: 42, 17 and 35. RGB value is (66,23,53). Sum of RGB (Red+Green+Blue) = 66+23+53=142 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.48% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 53 (21.09% from 255 or 37.32% from 142); Max value from RGB is 66 - color contains mainly: red. Hex color #421735 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421735 is #BDE8CA. Grayscale: #272727. Windows color (decimal): -12445899 or 3479362. OLE color: 3479362.

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

Color convert

RGB 66 23 53 -
CMYK 0 0.65 0.20 0.74
HSL 318.14º 0.48% 0.17% -
HSV(B) 318.14º 0.65% 0.26% -
XYZ 3.2 2.03 3.59 -
YUV 39.28 135.75 147.06 -
System Red Green Blue C M Y K H S L
Decimal 66 23 53 0 0.65 0.20 0.74 318.14 0.48 0.17
Hex 42 17 35 0 41 14 4A 13E 30 11
Octal 102 27 65 0 101 24 112 476 60 21
Binary 1000010 10111 110101 0 1000001 10100 1001010 100111110 110000 10001

Color Harmonies of #421735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421735

Black with #421735

Text Example


Text Example

White with #421735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421735; }

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

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

background-color css

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

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

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

border-color css

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

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

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