Html Css Color HEX #072330 Black Pearl

📋 copy color: '#072330'

red 7 ◦ green 35 ◦ blue 48

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

Shades of Black Pearl #072330

Tints of Black Pearl #072330

RGB

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

 GREEN value IS 35 (14.06% from 255) = 38.89%

 BLUE value IS 48 (19.14% from 255) = 53.33%

R = 7.78%
G = 38.89%
B = 53.33%

CMYK

 C value IS 0.85

 M value IS 0.27

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#072330 (or 0x072330) is known color: Black Pearl. HEX triplet: 07, 23 and 30. RGB value is (7,35,48). Sum of RGB (Red+Green+Blue) = 7+35+48=90 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.78% from 90); Green value is 35 (14.06% from 255 or 38.89% from 90); Blue value is 48 (19.14% from 255 or 53.33% from 90); Max value from RGB is 48 - color contains mainly: blue. Hex color #072330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072330 is #F8DCCF. Grayscale: #1C1C1C. Windows color (decimal): -16309456 or 3154695. OLE color: 3154695.

HSL color Cylindrical-coordinate representation of color #072330: hue angle of 199.02º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #072330 is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 7 35 48 -
CMYK 0.85 0.27 0 0.81
HSL 199.02º 0.75% 0.11% -
HSV(B) 199.02º 0.85% 0.19% -
XYZ 1.22 1.46 3.01 -
YUV 28.11 139.22 112.94 -
System Red Green Blue C M Y K H S L
Decimal 7 35 48 0.85 0.27 0 0.81 199.02 0.75 0.11
Hex 7 23 30 55 1B 0 51 C7 4B B
Octal 7 43 60 125 33 0 121 307 113 13
Binary 111 100011 110000 1010101 11011 0 1010001 11000111 1001011 1011

Color Harmonies of #072330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072330

Black with #072330

Text Example


Text Example

White with #072330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072330; }

 p { color: rgb(7,35,48); }

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

background-color css

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

 a { background-color: rgb(7,35,48); }

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

border-color css

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

 span { border-color: rgb(7,35,48); }

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