Html Css Color HEX #09262C Black Pearl

📋 copy color: '#09262C'

red 9 ◦ green 38 ◦ blue 44

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

Shades of Black Pearl #09262C

Tints of Black Pearl #09262C

RGB

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

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

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

R = 9.89%
G = 41.76%
B = 48.35%

CMYK

 C value IS 0.80

 M value IS 0.14

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#09262C (or 0x09262C) is known color: Black Pearl. HEX triplet: 09, 26 and 2C. RGB value is (9,38,44). Sum of RGB (Red+Green+Blue) = 9+38+44=91 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.89% from 91); Green value is 38 (15.23% from 255 or 41.76% from 91); Blue value is 44 (17.58% from 255 or 48.35% from 91); Max value from RGB is 44 - color contains mainly: blue. Hex color #09262C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09262C is #F6D9D3. Grayscale: #1D1D1D. Windows color (decimal): -16177620 or 2893321. OLE color: 2893321.

HSL color Cylindrical-coordinate representation of color #09262C: hue angle of 190.29º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #09262C is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 9 38 44 -
CMYK 0.80 0.14 0 0.83
HSL 190.29º 0.66% 0.1% -
HSV(B) 190.29º 0.8% 0.17% -
XYZ 1.26 1.63 2.63 -
YUV 30.01 135.89 113.01 -
System Red Green Blue C M Y K H S L
Decimal 9 38 44 0.80 0.14 0 0.83 190.29 0.66 0.1
Hex 9 26 2C 50 E 0 53 BE 42 A
Octal 11 46 54 120 16 0 123 276 102 12
Binary 1001 100110 101100 1010000 1110 0 1010011 10111110 1000010 1010

Color Harmonies of #09262C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09262C

Black with #09262C

Text Example


Text Example

White with #09262C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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