Html Css Color HEX #42002E Blackberry

📋 copy color: '#42002E'

red 66 ◦ green 0 ◦ blue 46

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

Shades of Blackberry #42002E

Tints of Blackberry #42002E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 41.07%

R = 58.93%
G = 0%
B = 41.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.74

RGB Variations

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

Color information

#42002E (or 0x42002E) is known color: Blackberry. HEX triplet: 42, 00 and 2E. RGB value is (66,0,46). Sum of RGB (Red+Green+Blue) = 66+0+46=112 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.93% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 46 (18.36% from 255 or 41.07% from 112); Max value from RGB is 66 - color contains mainly: red. Hex color #42002E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42002E is #BDFFD1. Grayscale: #181818. Windows color (decimal): -12451794 or 3014722. OLE color: 3014722.

HSL color Cylindrical-coordinate representation of color #42002E: hue angle of 318.18º 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 #42002E is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 0 46 -
CMYK 0 1 0.30 0.74
HSL 318.18º 1% 0.13% -
HSV(B) 318.18º 1% 0.26% -
XYZ 2.74 1.36 2.7 -
YUV 24.98 139.87 157.26 -
System Red Green Blue C M Y K H S L
Decimal 66 0 46 0 1 0.30 0.74 318.18 1 0.13
Hex 42 0 2E 0 64 1E 4A 13E 64 D
Octal 102 0 56 0 144 36 112 476 144 15
Binary 1000010 0 101110 0 1100100 11110 1001010 100111110 1100100 1101

Color Harmonies of #42002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42002E

Black with #42002E

Text Example


Text Example

White with #42002E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42002E; }

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

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

background-color css

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

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

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

border-color css

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

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

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