Html Css Color HEX #07252B Black Pearl

📋 copy color: '#07252B'

red 7 ◦ green 37 ◦ blue 43

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

Shades of Black Pearl #07252B

Tints of Black Pearl #07252B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 49.43%

R = 8.05%
G = 42.53%
B = 49.43%

CMYK

 C value IS 0.84

 M value IS 0.14

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#07252B (or 0x07252B) is known color: Black Pearl. HEX triplet: 07, 25 and 2B. RGB value is (7,37,43). Sum of RGB (Red+Green+Blue) = 7+37+43=87 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.05% from 87); Green value is 37 (14.84% from 255 or 42.53% from 87); Blue value is 43 (17.19% from 255 or 49.43% from 87); Max value from RGB is 43 - color contains mainly: blue. Hex color #07252B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07252B is #F8DAD4. Grayscale: #1C1C1C. Windows color (decimal): -16308949 or 2827527. OLE color: 2827527.

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

Color convert

RGB 7 37 43 -
CMYK 0.84 0.14 0 0.83
HSL 190º 0.72% 0.1% -
HSV(B) 190º 0.84% 0.17% -
XYZ 1.19 1.54 2.52 -
YUV 28.71 136.06 112.51 -
System Red Green Blue C M Y K H S L
Decimal 7 37 43 0.84 0.14 0 0.83 190 0.72 0.1
Hex 7 25 2B 54 E 0 53 BE 48 A
Octal 7 45 53 124 16 0 123 276 110 12
Binary 111 100101 101011 1010100 1110 0 1010011 10111110 1001000 1010

Color Harmonies of #07252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07252B

Black with #07252B

Text Example


Text Example

White with #07252B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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