Html Css Color HEX #0A232C Black Pearl

📋 copy color: '#0A232C'

red 10 ◦ green 35 ◦ blue 44

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

Shades of Black Pearl #0A232C

Tints of Black Pearl #0A232C

RGB

 RED value IS 10 (4.3% from 255) = 11.24%

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

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

R = 11.24%
G = 39.33%
B = 49.44%

CMYK

 C value IS 0.77

 M value IS 0.20

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0A232C (or 0x0A232C) is known color: Black Pearl. HEX triplet: 0A, 23 and 2C. RGB value is (10,35,44). Sum of RGB (Red+Green+Blue) = 10+35+44=89 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.24% from 89); Green value is 35 (14.06% from 255 or 39.33% from 89); Blue value is 44 (17.58% from 255 or 49.44% from 89); Max value from RGB is 44 - color contains mainly: blue. Hex color #0A232C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A232C is #F5DCD3. Grayscale: #1C1C1C. Windows color (decimal): -16112852 or 2892554. OLE color: 2892554.

HSL color Cylindrical-coordinate representation of color #0A232C: hue angle of 195.88º degrees, saturation: 0.63, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0A232C is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 10 35 44 -
CMYK 0.77 0.20 0 0.83
HSL 195.88º 0.63% 0.11% -
HSV(B) 195.88º 0.77% 0.17% -
XYZ 1.18 1.45 2.6 -
YUV 28.55 136.72 114.77 -
System Red Green Blue C M Y K H S L
Decimal 10 35 44 0.77 0.20 0 0.83 195.88 0.63 0.11
Hex A 23 2C 4D 14 0 53 C4 3F B
Octal 12 43 54 115 24 0 123 304 77 13
Binary 1010 100011 101100 1001101 10100 0 1010011 11000100 111111 1011

Color Harmonies of #0A232C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A232C

Black with #0A232C

Text Example


Text Example

White with #0A232C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A232C; }

 p { color: rgb(10,35,44); }

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

background-color css

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

 a { background-color: rgb(10,35,44); }

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

border-color css

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

 span { border-color: rgb(10,35,44); }

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