Html Css Color HEX #051825 Black Pearl

📋 copy color: '#051825'

red 5 ◦ green 24 ◦ blue 37

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

Shades of Black Pearl #051825

Tints of Black Pearl #051825

RGB

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

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

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

R = 7.58%
G = 36.36%
B = 56.06%

CMYK

 C value IS 0.86

 M value IS 0.35

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#051825 (or 0x051825) is known color: Black Pearl. HEX triplet: 05, 18 and 25. RGB value is (5,24,37). Sum of RGB (Red+Green+Blue) = 5+24+37=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 24 (9.77% from 255 or 36.36% from 66); Blue value is 37 (14.84% from 255 or 56.06% from 66); Max value from RGB is 37 - color contains mainly: blue. Hex color #051825 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051825 is #FAE7DA. Grayscale: #131313. Windows color (decimal): -16443355 or 2430981. OLE color: 2430981.

HSL color Cylindrical-coordinate representation of color #051825: hue angle of 204.38º 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 #051825 is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 5 24 37 -
CMYK 0.86 0.35 0 0.85
HSL 204.38º 0.76% 0.08% -
HSV(B) 204.38º 0.86% 0.15% -
XYZ 0.72 0.82 1.87 -
YUV 19.8 137.71 117.44 -
System Red Green Blue C M Y K H S L
Decimal 5 24 37 0.86 0.35 0 0.85 204.38 0.76 0.08
Hex 5 18 25 56 23 0 55 CC 4C 8
Octal 5 30 45 126 43 0 125 314 114 10
Binary 101 11000 100101 1010110 100011 0 1010101 11001100 1001100 1000

Color Harmonies of #051825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051825

Black with #051825

Text Example


Text Example

White with #051825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051825; }

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

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

background-color css

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

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

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

border-color css

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

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

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