Html Css Color HEX #420425 Blackberry

📋 copy color: '#420425'

red 66 ◦ green 4 ◦ blue 37

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

Shades of Blackberry #420425

Tints of Blackberry #420425

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.74%

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

R = 61.68%
G = 3.74%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.74

RGB Variations

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

Color information

#420425 (or 0x420425) is known color: Blackberry. HEX triplet: 42, 04 and 25. RGB value is (66,4,37). Sum of RGB (Red+Green+Blue) = 66+4+37=107 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.68% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 37 (14.84% from 255 or 34.58% from 107); Max value from RGB is 66 - color contains mainly: red. Hex color #420425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420425 is #BDFBDA. Grayscale: #1A1A1A. Windows color (decimal): -12450779 or 2425922. OLE color: 2425922.

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

Color convert

RGB 66 4 37 -
CMYK 0 0.94 0.44 0.74
HSL 328.06º 0.89% 0.14% -
HSV(B) 328.06º 0.94% 0.26% -
XYZ 2.62 1.38 1.88 -
YUV 26.3 134.04 156.32 -
System Red Green Blue C M Y K H S L
Decimal 66 4 37 0 0.94 0.44 0.74 328.06 0.89 0.14
Hex 42 4 25 0 5E 2C 4A 148 59 E
Octal 102 4 45 0 136 54 112 510 131 16
Binary 1000010 100 100101 0 1011110 101100 1001010 101001000 1011001 1110

Color Harmonies of #420425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420425

Black with #420425

Text Example


Text Example

White with #420425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420425; }

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

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

background-color css

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

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

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

border-color css

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

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

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