Html Css Color HEX #420138 Blackberry

📋 copy color: '#420138'

red 66 ◦ green 1 ◦ blue 56

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

Shades of Blackberry #420138

Tints of Blackberry #420138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 45.53%

R = 53.66%
G = 0.81%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#420138 (or 0x420138) is known color: Blackberry. HEX triplet: 42, 01 and 38. RGB value is (66,1,56). Sum of RGB (Red+Green+Blue) = 66+1+56=123 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.66% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 56 (22.27% from 255 or 45.53% from 123); Max value from RGB is 66 - color contains mainly: red. Hex color #420138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420138 is #BDFEC7. Grayscale: #1A1A1A. Windows color (decimal): -12451528 or 3670338. OLE color: 3670338.

HSL color Cylindrical-coordinate representation of color #420138: hue angle of 309.23º 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 #420138 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 1 56 -
CMYK 0 0.98 0.15 0.74
HSL 309.23º 0.97% 0.13% -
HSV(B) 309.23º 0.98% 0.26% -
XYZ 2.97 1.47 3.87 -
YUV 26.71 144.53 156.03 -
System Red Green Blue C M Y K H S L
Decimal 66 1 56 0 0.98 0.15 0.74 309.23 0.97 0.13
Hex 42 1 38 0 62 F 4A 135 61 D
Octal 102 1 70 0 142 17 112 465 141 15
Binary 1000010 1 111000 0 1100010 1111 1001010 100110101 1100001 1101

Color Harmonies of #420138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420138

Black with #420138

Text Example


Text Example

White with #420138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420138; }

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

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

background-color css

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

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

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

border-color css

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

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

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