Html Css Color HEX #421035 Blackberry

📋 copy color: '#421035'

red 66 ◦ green 16 ◦ blue 53

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

Shades of Blackberry #421035

Tints of Blackberry #421035

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.85%

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

R = 48.89%
G = 11.85%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.20

 K value IS 0.74

RGB Variations

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

Color information

#421035 (or 0x421035) is known color: Blackberry. HEX triplet: 42, 10 and 35. RGB value is (66,16,53). Sum of RGB (Red+Green+Blue) = 66+16+53=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 53 (21.09% from 255 or 39.26% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #421035 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421035 is #BDEFCA. Grayscale: #232323. Windows color (decimal): -12447691 or 3477570. OLE color: 3477570.

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

Color convert

RGB 66 16 53 -
CMYK 0 0.76 0.20 0.74
HSL 315.6º 0.61% 0.16% -
HSV(B) 315.6º 0.76% 0.26% -
XYZ 3.07 1.79 3.55 -
YUV 35.17 138.07 149.99 -
System Red Green Blue C M Y K H S L
Decimal 66 16 53 0 0.76 0.20 0.74 315.6 0.61 0.16
Hex 42 10 35 0 4C 14 4A 13C 3D 10
Octal 102 20 65 0 114 24 112 474 75 20
Binary 1000010 10000 110101 0 1001100 10100 1001010 100111100 111101 10000

Color Harmonies of #421035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421035

Black with #421035

Text Example


Text Example

White with #421035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421035; }

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

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

background-color css

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

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

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

border-color css

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

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

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