Html Css Color HEX #420125 Blackberry

📋 copy color: '#420125'

red 66 ◦ green 1 ◦ blue 37

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

Shades of Blackberry #420125

Tints of Blackberry #420125

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.96%

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

R = 63.46%
G = 0.96%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.74

RGB Variations

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

Color information

#420125 (or 0x420125) is known color: Blackberry. HEX triplet: 42, 01 and 25. RGB value is (66,1,37). Sum of RGB (Red+Green+Blue) = 66+1+37=104 (13% of max value = 765). Red value is 66 (26.17% from 255 or 63.46% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 37 (14.84% from 255 or 35.58% from 104); Max value from RGB is 66 - color contains mainly: red. Hex color #420125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420125 is #BDFEDA. Grayscale: #181818. Windows color (decimal): -12451547 or 2425154. OLE color: 2425154.

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

Color convert

RGB 66 1 37 -
CMYK 0 0.98 0.44 0.74
HSL 326.77º 0.97% 0.13% -
HSV(B) 326.77º 0.98% 0.26% -
XYZ 2.59 1.31 1.87 -
YUV 24.54 135.03 157.57 -
System Red Green Blue C M Y K H S L
Decimal 66 1 37 0 0.98 0.44 0.74 326.77 0.97 0.13
Hex 42 1 25 0 62 2C 4A 147 61 D
Octal 102 1 45 0 142 54 112 507 141 15
Binary 1000010 1 100101 0 1100010 101100 1001010 101000111 1100001 1101

Color Harmonies of #420125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420125

Black with #420125

Text Example


Text Example

White with #420125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420125; }

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

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

background-color css

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

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

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

border-color css

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

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

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