Html Css Color HEX #230317 Blackberry

📋 copy color: '#230317'

red 35 ◦ green 3 ◦ blue 23

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

Shades of Blackberry #230317

Tints of Blackberry #230317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 37.7%

R = 57.38%
G = 4.92%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.86

RGB Variations

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

Color information

#230317 (or 0x230317) is known color: Blackberry. HEX triplet: 23, 03 and 17. RGB value is (35,3,23). Sum of RGB (Red+Green+Blue) = 35+3+23=61 (8% of max value = 765). Red value is 35 (14.06% from 255 or 57.38% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 23 (9.38% from 255 or 37.70% from 61); Max value from RGB is 35 - color contains mainly: red. Hex color #230317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230317 is #DCFCE8. Grayscale: #0E0E0E. Windows color (decimal): -14482665 or 1508131. OLE color: 1508131.

HSL color Cylindrical-coordinate representation of color #230317: hue angle of 322.5º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #230317 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 3 23 -
CMYK 0 0.91 0.34 0.86
HSL 322.5º 0.84% 0.07% -
HSV(B) 322.5º 0.91% 0.14% -
XYZ 0.88 0.48 0.86 -
YUV 14.85 132.6 142.37 -
System Red Green Blue C M Y K H S L
Decimal 35 3 23 0 0.91 0.34 0.86 322.5 0.84 0.07
Hex 23 3 17 0 5B 22 56 142 54 7
Octal 43 3 27 0 133 42 126 502 124 7
Binary 100011 11 10111 0 1011011 100010 1010110 101000010 1010100 111

Color Harmonies of #230317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230317

Black with #230317

Text Example


Text Example

White with #230317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230317; }

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

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

background-color css

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

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

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

border-color css

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

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

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