Html Css Color HEX #07212C Black Pearl

📋 copy color: '#07212C'

red 7 ◦ green 33 ◦ blue 44

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

Shades of Black Pearl #07212C

Tints of Black Pearl #07212C

RGB

 RED value IS 7 (3.13% from 255) = 8.33%

 GREEN value IS 33 (13.28% from 255) = 39.29%

 BLUE value IS 44 (17.58% from 255) = 52.38%

R = 8.33%
G = 39.29%
B = 52.38%

CMYK

 C value IS 0.84

 M value IS 0.25

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#07212C (or 0x07212C) is known color: Black Pearl. HEX triplet: 07, 21 and 2C. RGB value is (7,33,44). Sum of RGB (Red+Green+Blue) = 7+33+44=84 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.33% from 84); Green value is 33 (13.28% from 255 or 39.29% from 84); Blue value is 44 (17.58% from 255 or 52.38% from 84); Max value from RGB is 44 - color contains mainly: blue. Hex color #07212C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07212C is #F8DED3. Grayscale: #1A1A1A. Windows color (decimal): -16309972 or 2892039. OLE color: 2892039.

HSL color Cylindrical-coordinate representation of color #07212C: hue angle of 197.84º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #07212C is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 7 33 44 -
CMYK 0.84 0.25 0 0.83
HSL 197.84º 0.73% 0.1% -
HSV(B) 197.84º 0.84% 0.17% -
XYZ 1.09 1.31 2.58 -
YUV 26.48 137.89 114.11 -
System Red Green Blue C M Y K H S L
Decimal 7 33 44 0.84 0.25 0 0.83 197.84 0.73 0.1
Hex 7 21 2C 54 19 0 53 C6 49 A
Octal 7 41 54 124 31 0 123 306 111 12
Binary 111 100001 101100 1010100 11001 0 1010011 11000110 1001001 1010

Color Harmonies of #07212C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07212C

Black with #07212C

Text Example


Text Example

White with #07212C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07212C; }

 p { color: rgb(7,33,44); }

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

background-color css

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

 a { background-color: rgb(7,33,44); }

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

border-color css

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

 span { border-color: rgb(7,33,44); }

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