Html Css Color HEX #150234 Blackcurrant

📋 copy color: '#150234'

red 21 ◦ green 2 ◦ blue 52

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

Shades of Blackcurrant #150234

Tints of Blackcurrant #150234

RGB

 RED value IS 21 (8.59% from 255) = 28%

 GREEN value IS 2 (1.17% from 255) = 2.67%

 BLUE value IS 52 (20.7% from 255) = 69.33%

R = 28%
G = 2.67%
B = 69.33%

CMYK

 C value IS 0.60

 M value IS 0.96

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#150234 (or 0x150234) is known color: Blackcurrant. HEX triplet: 15, 02 and 34. RGB value is (21,2,52). Sum of RGB (Red+Green+Blue) = 21+2+52=75 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 52 (20.70% from 255 or 69.33% from 75); Max value from RGB is 52 - color contains mainly: blue. Hex color #150234 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150234 is #EAFDCB. Grayscale: #0D0D0D. Windows color (decimal): -15400396 or 3408405. OLE color: 3408405.

HSL color Cylindrical-coordinate representation of color #150234: hue angle of 262.8º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150234 is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 21 2 52 -
CMYK 0.60 0.96 0 0.80
HSL 262.8º 0.93% 0.11% -
HSV(B) 262.8º 0.96% 0.2% -
XYZ 0.95 0.45 3.29 -
YUV 13.38 149.79 133.43 -
System Red Green Blue C M Y K H S L
Decimal 21 2 52 0.60 0.96 0 0.80 262.8 0.93 0.11
Hex 15 2 34 3C 60 0 50 107 5D B
Octal 25 2 64 74 140 0 120 407 135 13
Binary 10101 10 110100 111100 1100000 0 1010000 100000111 1011101 1011

Color Harmonies of #150234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150234

Black with #150234

Text Example


Text Example

White with #150234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150234; }

 p { color: rgb(21,2,52); }

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

background-color css

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

 a { background-color: rgb(21,2,52); }

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

border-color css

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

 span { border-color: rgb(21,2,52); }

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