Html Css Color HEX #420025 Blackberry

📋 copy color: '#420025'

red 66 ◦ green 0 ◦ blue 37

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

Shades of Blackberry #420025

Tints of Blackberry #420025

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.08%
G = 0%
B = 35.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.74

RGB Variations

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

Color information

#420025 (or 0x420025) is known color: Blackberry. HEX triplet: 42, 00 and 25. RGB value is (66,0,37). Sum of RGB (Red+Green+Blue) = 66+0+37=103 (13% of max value = 765). Red value is 66 (26.17% from 255 or 64.08% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 37 (14.84% from 255 or 35.92% from 103); Max value from RGB is 66 - color contains mainly: red. Hex color #420025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420025 is #BDFFDA. Grayscale: #171717. Windows color (decimal): -12451803 or 2424898. OLE color: 2424898.

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

Color convert

RGB 66 0 37 -
CMYK 0 1 0.44 0.74
HSL 326.36º 1% 0.13% -
HSV(B) 326.36º 1% 0.26% -
XYZ 2.58 1.29 1.86 -
YUV 23.95 135.37 157.99 -
System Red Green Blue C M Y K H S L
Decimal 66 0 37 0 1 0.44 0.74 326.36 1 0.13
Hex 42 0 25 0 64 2C 4A 146 64 D
Octal 102 0 45 0 144 54 112 506 144 15
Binary 1000010 0 100101 0 1100100 101100 1001010 101000110 1100100 1101

Color Harmonies of #420025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420025

Black with #420025

Text Example


Text Example

White with #420025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420025; }

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

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

background-color css

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

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

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

border-color css

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

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

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