Html Css Color HEX #07252C Black Pearl

📋 copy color: '#07252C'

red 7 ◦ green 37 ◦ blue 44

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

Shades of Black Pearl #07252C

Tints of Black Pearl #07252C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 42.05%

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

R = 7.95%
G = 42.05%
B = 50%

CMYK

 C value IS 0.84

 M value IS 0.16

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#07252C (or 0x07252C) is known color: Black Pearl. HEX triplet: 07, 25 and 2C. RGB value is (7,37,44). Sum of RGB (Red+Green+Blue) = 7+37+44=88 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.95% from 88); Green value is 37 (14.84% from 255 or 42.05% from 88); Blue value is 44 (17.58% from 255 or 50% from 88); Max value from RGB is 44 - color contains mainly: blue. Hex color #07252C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07252C is #F8DAD3. Grayscale: #1C1C1C. Windows color (decimal): -16308948 or 2893063. OLE color: 2893063.

HSL color Cylindrical-coordinate representation of color #07252C: hue angle of 191.35º 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 #07252C is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 7 37 44 -
CMYK 0.84 0.16 0 0.83
HSL 191.35º 0.73% 0.1% -
HSV(B) 191.35º 0.84% 0.17% -
XYZ 1.2 1.55 2.62 -
YUV 28.83 136.56 112.43 -
System Red Green Blue C M Y K H S L
Decimal 7 37 44 0.84 0.16 0 0.83 191.35 0.73 0.1
Hex 7 25 2C 54 10 0 53 BF 49 A
Octal 7 45 54 124 20 0 123 277 111 12
Binary 111 100101 101100 1010100 10000 0 1010011 10111111 1001001 1010

Color Harmonies of #07252C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07252C

Black with #07252C

Text Example


Text Example

White with #07252C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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