Html Css Color HEX #230F32 Blackcurrant

📋 copy color: '#230F32'

red 35 ◦ green 15 ◦ blue 50

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

Shades of Blackcurrant #230F32

Tints of Blackcurrant #230F32

RGB

 RED value IS 35 (14.06% from 255) = 35%

 GREEN value IS 15 (6.25% from 255) = 15%

 BLUE value IS 50 (19.92% from 255) = 50%

R = 35%
G = 15%
B = 50%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#230F32 (or 0x230F32) is known color: Blackcurrant. HEX triplet: 23, 0F and 32. RGB value is (35,15,50). Sum of RGB (Red+Green+Blue) = 35+15+50=100 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35% from 100); Green value is 15 (6.25% from 255 or 15% from 100); Blue value is 50 (19.92% from 255 or 50% from 100); Max value from RGB is 50 - color contains mainly: blue. Hex color #230F32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230F32 is #DCF0CD. Grayscale: #181818. Windows color (decimal): -14479566 or 3280675. OLE color: 3280675.

HSL color Cylindrical-coordinate representation of color #230F32: hue angle of 274.29º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #230F32 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 35 15 50 -
CMYK 0.30 0.70 0 0.80
HSL 274.29º 0.54% 0.13% -
HSV(B) 274.29º 0.7% 0.2% -
XYZ 1.44 0.93 3.12 -
YUV 24.97 142.13 135.15 -
System Red Green Blue C M Y K H S L
Decimal 35 15 50 0.30 0.70 0 0.80 274.29 0.54 0.13
Hex 23 F 32 1E 46 0 50 112 36 D
Octal 43 17 62 36 106 0 120 422 66 15
Binary 100011 1111 110010 11110 1000110 0 1010000 100010010 110110 1101

Color Harmonies of #230F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230F32

Black with #230F32

Text Example


Text Example

White with #230F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230F32; }

 p { color: rgb(35,15,50); }

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

background-color css

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

 a { background-color: rgb(35,15,50); }

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

border-color css

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

 span { border-color: rgb(35,15,50); }

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