Html Css Color HEX #0C232E Black Pearl

📋 copy color: '#0C232E'

red 12 ◦ green 35 ◦ blue 46

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

Shades of Black Pearl #0C232E

Tints of Black Pearl #0C232E

RGB

 RED value IS 12 (5.08% from 255) = 12.9%

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

 BLUE value IS 46 (18.36% from 255) = 49.46%

R = 12.9%
G = 37.63%
B = 49.46%

CMYK

 C value IS 0.74

 M value IS 0.24

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#0C232E (or 0x0C232E) is known color: Black Pearl. HEX triplet: 0C, 23 and 2E. RGB value is (12,35,46). Sum of RGB (Red+Green+Blue) = 12+35+46=93 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.90% from 93); Green value is 35 (14.06% from 255 or 37.63% from 93); Blue value is 46 (18.36% from 255 or 49.46% from 93); Max value from RGB is 46 - color contains mainly: blue. Hex color #0C232E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C232E is #F3DCD1. Grayscale: #1D1D1D. Windows color (decimal): -15981778 or 3023628. OLE color: 3023628.

HSL color Cylindrical-coordinate representation of color #0C232E: hue angle of 199.41º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0C232E is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 12 35 46 -
CMYK 0.74 0.24 0 0.82
HSL 199.41º 0.59% 0.11% -
HSV(B) 199.41º 0.74% 0.18% -
XYZ 1.25 1.48 2.8 -
YUV 29.38 137.38 115.61 -
System Red Green Blue C M Y K H S L
Decimal 12 35 46 0.74 0.24 0 0.82 199.41 0.59 0.11
Hex C 23 2E 4A 18 0 52 C7 3B B
Octal 14 43 56 112 30 0 122 307 73 13
Binary 1100 100011 101110 1001010 11000 0 1010010 11000111 111011 1011

Color Harmonies of #0C232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C232E

Black with #0C232E

Text Example


Text Example

White with #0C232E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,35,46); }

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

background-color css

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

 a { background-color: rgb(12,35,46); }

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

border-color css

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

 span { border-color: rgb(12,35,46); }

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