Html Css Color HEX #420525 Blackberry

📋 copy color: '#420525'

red 66 ◦ green 5 ◦ blue 37

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

Shades of Blackberry #420525

Tints of Blackberry #420525

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.63%

 BLUE value IS 37 (14.84% from 255) = 34.26%

R = 61.11%
G = 4.63%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.74

RGB Variations

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

Color information

#420525 (or 0x420525) is known color: Blackberry. HEX triplet: 42, 05 and 25. RGB value is (66,5,37). Sum of RGB (Red+Green+Blue) = 66+5+37=108 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.11% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 37 (14.84% from 255 or 34.26% from 108); Max value from RGB is 66 - color contains mainly: red. Hex color #420525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420525 is #BDFADA. Grayscale: #1A1A1A. Windows color (decimal): -12450523 or 2426178. OLE color: 2426178.

HSL color Cylindrical-coordinate representation of color #420525: hue angle of 328.52º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #420525 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 5 37 -
CMYK 0 0.92 0.44 0.74
HSL 328.52º 0.86% 0.14% -
HSV(B) 328.52º 0.92% 0.26% -
XYZ 2.63 1.4 1.88 -
YUV 26.89 133.71 155.9 -
System Red Green Blue C M Y K H S L
Decimal 66 5 37 0 0.92 0.44 0.74 328.52 0.86 0.14
Hex 42 5 25 0 5C 2C 4A 149 56 E
Octal 102 5 45 0 134 54 112 511 126 16
Binary 1000010 101 100101 0 1011100 101100 1001010 101001001 1010110 1110

Color Harmonies of #420525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420525

Black with #420525

Text Example


Text Example

White with #420525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420525; }

 p { color: rgb(66,5,37); }

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

background-color css

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

 a { background-color: rgb(66,5,37); }

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

border-color css

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

 span { border-color: rgb(66,5,37); }

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