Html Css Color HEX #230332 Blackcurrant

📋 copy color: '#230332'

red 35 ◦ green 3 ◦ blue 50

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

Shades of Blackcurrant #230332

Tints of Blackcurrant #230332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.41%

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

R = 39.77%
G = 3.41%
B = 56.82%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#230332 (or 0x230332) is known color: Blackcurrant. HEX triplet: 23, 03 and 32. RGB value is (35,3,50). Sum of RGB (Red+Green+Blue) = 35+3+50=88 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.77% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 50 (19.92% from 255 or 56.82% from 88); Max value from RGB is 50 - color contains mainly: blue. Hex color #230332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230332 is #DCFCCD. Grayscale: #111111. Windows color (decimal): -14482638 or 3277603. OLE color: 3277603.

HSL color Cylindrical-coordinate representation of color #230332: hue angle of 280.85º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230332 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 35 3 50 -
CMYK 0.30 0.94 0 0.80
HSL 280.85º 0.89% 0.1% -
HSV(B) 280.85º 0.94% 0.2% -
XYZ 1.3 0.65 3.08 -
YUV 17.93 146.1 140.18 -
System Red Green Blue C M Y K H S L
Decimal 35 3 50 0.30 0.94 0 0.80 280.85 0.89 0.1
Hex 23 3 32 1E 5E 0 50 119 59 A
Octal 43 3 62 36 136 0 120 431 131 12
Binary 100011 11 110010 11110 1011110 0 1010000 100011001 1011001 1010

Color Harmonies of #230332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230332

Black with #230332

Text Example


Text Example

White with #230332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230332; }

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

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

background-color css

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

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

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

border-color css

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

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

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