Html Css Color HEX #0C1823 Black Pearl

📋 copy color: '#0C1823'

red 12 ◦ green 24 ◦ blue 35

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

Shades of Black Pearl #0C1823

Tints of Black Pearl #0C1823

RGB

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

 GREEN value IS 24 (9.77% from 255) = 33.8%

 BLUE value IS 35 (14.06% from 255) = 49.3%

R = 16.9%
G = 33.8%
B = 49.3%

CMYK

 C value IS 0.66

 M value IS 0.31

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#0C1823 (or 0x0C1823) is known color: Black Pearl. HEX triplet: 0C, 18 and 23. RGB value is (12,24,35). Sum of RGB (Red+Green+Blue) = 12+24+35=71 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.90% from 71); Green value is 24 (9.77% from 255 or 33.80% from 71); Blue value is 35 (14.06% from 255 or 49.30% from 71); Max value from RGB is 35 - color contains mainly: blue. Hex color #0C1823 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1823 is #F3E7DC. Grayscale: #151515. Windows color (decimal): -15984605 or 2299916. OLE color: 2299916.

HSL color Cylindrical-coordinate representation of color #0C1823: hue angle of 208.7º degrees, saturation: 0.49, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0C1823 is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 12 24 35 -
CMYK 0.66 0.31 0 0.86
HSL 208.7º 0.49% 0.09% -
HSV(B) 208.7º 0.66% 0.14% -
XYZ 0.78 0.85 1.71 -
YUV 21.67 135.52 121.11 -
System Red Green Blue C M Y K H S L
Decimal 12 24 35 0.66 0.31 0 0.86 208.7 0.49 0.09
Hex C 18 23 42 1F 0 56 D1 31 9
Octal 14 30 43 102 37 0 126 321 61 11
Binary 1100 11000 100011 1000010 11111 0 1010110 11010001 110001 1001

Color Harmonies of #0C1823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1823

Black with #0C1823

Text Example


Text Example

White with #0C1823

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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