Html Css Color HEX #051225 Black Pearl

📋 copy color: '#051225'

red 5 ◦ green 18 ◦ blue 37

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

Shades of Black Pearl #051225

Tints of Black Pearl #051225

RGB

 RED value IS 5 (2.34% from 255) = 8.33%

 GREEN value IS 18 (7.42% from 255) = 30%

 BLUE value IS 37 (14.84% from 255) = 61.67%

R = 8.33%
G = 30%
B = 61.67%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#051225 (or 0x051225) is known color: Black Pearl. HEX triplet: 05, 12 and 25. RGB value is (5,18,37). Sum of RGB (Red+Green+Blue) = 5+18+37=60 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.33% from 60); Green value is 18 (7.42% from 255 or 30% from 60); Blue value is 37 (14.84% from 255 or 61.67% from 60); Max value from RGB is 37 - color contains mainly: blue. Hex color #051225 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051225 is #FAEDDA. Grayscale: #101010. Windows color (decimal): -16444891 or 2429445. OLE color: 2429445.

HSL color Cylindrical-coordinate representation of color #051225: hue angle of 215.62º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #051225 is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 5 18 37 -
CMYK 0.86 0.51 0 0.85
HSL 215.63º 0.76% 0.08% -
HSV(B) 215.63º 0.86% 0.15% -
XYZ 0.61 0.6 1.83 -
YUV 16.28 139.69 119.96 -
System Red Green Blue C M Y K H S L
Decimal 5 18 37 0.86 0.51 0 0.85 215.63 0.76 0.08
Hex 5 12 25 56 33 0 55 D8 4C 8
Octal 5 22 45 126 63 0 125 330 114 10
Binary 101 10010 100101 1010110 110011 0 1010101 11011000 1001100 1000

Color Harmonies of #051225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051225

Black with #051225

Text Example


Text Example

White with #051225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051225; }

 p { color: rgb(5,18,37); }

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

background-color css

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

 a { background-color: rgb(5,18,37); }

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

border-color css

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

 span { border-color: rgb(5,18,37); }

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