Html Css Color HEX #38092F Blackberry

📋 copy color: '#38092F'

red 56 ◦ green 9 ◦ blue 47

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

Shades of Blackberry #38092F

Tints of Blackberry #38092F

RGB

 RED value IS 56 (22.27% from 255) = 50%

 GREEN value IS 9 (3.91% from 255) = 8.04%

 BLUE value IS 47 (18.75% from 255) = 41.96%

R = 50%
G = 8.04%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#38092F (or 0x38092F) is known color: Blackberry. HEX triplet: 38, 09 and 2F. RGB value is (56,9,47). Sum of RGB (Red+Green+Blue) = 56+9+47=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 47 (18.75% from 255 or 41.96% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #38092F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38092F is #C7F6D0. Grayscale: #1B1B1B. Windows color (decimal): -13104849 or 3082552. OLE color: 3082552.

HSL color Cylindrical-coordinate representation of color #38092F: hue angle of 311.49º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #38092F is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 9 47 -
CMYK 0 0.84 0.16 0.78
HSL 311.49º 0.72% 0.13% -
HSV(B) 311.49º 0.84% 0.22% -
XYZ 2.24 1.24 2.81 -
YUV 27.39 139.07 148.41 -
System Red Green Blue C M Y K H S L
Decimal 56 9 47 0 0.84 0.16 0.78 311.49 0.72 0.13
Hex 38 9 2F 0 54 10 4E 137 48 D
Octal 70 11 57 0 124 20 116 467 110 15
Binary 111000 1001 101111 0 1010100 10000 1001110 100110111 1001000 1101

Color Harmonies of #38092F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38092F

Black with #38092F

Text Example


Text Example

White with #38092F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38092F; }

 p { color: rgb(56,9,47); }

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

background-color css

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

 a { background-color: rgb(56,9,47); }

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

border-color css

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

 span { border-color: rgb(56,9,47); }

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