Html Css Color HEX #09262B Black Pearl

📋 copy color: '#09262B'

red 9 ◦ green 38 ◦ blue 43

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

Shades of Black Pearl #09262B

Tints of Black Pearl #09262B

RGB

 RED value IS 9 (3.91% from 255) = 10%

 GREEN value IS 38 (15.23% from 255) = 42.22%

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

R = 10%
G = 42.22%
B = 47.78%

CMYK

 C value IS 0.79

 M value IS 0.12

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#09262B (or 0x09262B) is known color: Black Pearl. HEX triplet: 09, 26 and 2B. RGB value is (9,38,43). Sum of RGB (Red+Green+Blue) = 9+38+43=90 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10% from 90); Green value is 38 (15.23% from 255 or 42.22% from 90); Blue value is 43 (17.19% from 255 or 47.78% from 90); Max value from RGB is 43 - color contains mainly: blue. Hex color #09262B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09262B is #F6D9D4. Grayscale: #1D1D1D. Windows color (decimal): -16177621 or 2827785. OLE color: 2827785.

HSL color Cylindrical-coordinate representation of color #09262B: hue angle of 188.82º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #09262B is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 9 38 43 -
CMYK 0.79 0.12 0 0.83
HSL 188.82º 0.65% 0.1% -
HSV(B) 188.82º 0.79% 0.17% -
XYZ 1.24 1.62 2.53 -
YUV 29.9 135.39 113.09 -
System Red Green Blue C M Y K H S L
Decimal 9 38 43 0.79 0.12 0 0.83 188.82 0.65 0.1
Hex 9 26 2B 4F C 0 53 BD 41 A
Octal 11 46 53 117 14 0 123 275 101 12
Binary 1001 100110 101011 1001111 1100 0 1010011 10111101 1000001 1010

Color Harmonies of #09262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09262B

Black with #09262B

Text Example


Text Example

White with #09262B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,38,43); }

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

background-color css

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

 a { background-color: rgb(9,38,43); }

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

border-color css

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

 span { border-color: rgb(9,38,43); }

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